home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / Direct3D / Text3D / Text3D.vcproj < prev   
Encoding:
Extensible Markup Language  |  2004-09-27  |  6.7 KB  |  260 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="Text3D"
  6.     ProjectGUID="{9C04CC2D-C188-4443-A185-CB0BCA6ED98D}"
  7.     Keyword="Win32Proj">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory="Debug"
  16.             IntermediateDirectory="Debug"
  17.             ConfigurationType="1"
  18.             CharacterSet="1">
  19.             <Tool
  20.                 Name="VCCLCompilerTool"
  21.                 Optimization="0"
  22.                 AdditionalIncludeDirectories="..\..\Common"
  23.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;PROFILE"
  24.                 MinimalRebuild="TRUE"
  25.                 BasicRuntimeChecks="0"
  26.                 RuntimeLibrary="5"
  27.                 UsePrecompiledHeader="3"
  28.                 PrecompiledHeaderThrough="dxstdafx.h"
  29.                 WarningLevel="3"
  30.                 Detect64BitPortabilityProblems="TRUE"
  31.                 DebugInformationFormat="4"/>
  32.             <Tool
  33.                 Name="VCCustomBuildTool"/>
  34.             <Tool
  35.                 Name="VCLinkerTool"
  36.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  37.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9dt.lib d3d9.lib winmm.lib comctl32.lib"
  38.                 LinkIncremental="2"
  39.                 GenerateDebugInformation="TRUE"
  40.                 ProgramDatabaseFile="$(OutDir)/Text3D.pdb"
  41.                 SubSystem="2"
  42.                 TargetMachine="1"/>
  43.             <Tool
  44.                 Name="VCMIDLTool"/>
  45.             <Tool
  46.                 Name="VCPostBuildEventTool"/>
  47.             <Tool
  48.                 Name="VCPreBuildEventTool"/>
  49.             <Tool
  50.                 Name="VCPreLinkEventTool"/>
  51.             <Tool
  52.                 Name="VCResourceCompilerTool"/>
  53.             <Tool
  54.                 Name="VCWebServiceProxyGeneratorTool"/>
  55.             <Tool
  56.                 Name="VCWebDeploymentTool"/>
  57.         </Configuration>
  58.         <Configuration
  59.             Name="Release|Win32"
  60.             OutputDirectory="Release"
  61.             IntermediateDirectory="Release"
  62.             ConfigurationType="1"
  63.             CharacterSet="1">
  64.             <Tool
  65.                 Name="VCCLCompilerTool"
  66.                 Optimization="2"
  67.                 InlineFunctionExpansion="1"
  68.                 OmitFramePointers="TRUE"
  69.                 AdditionalIncludeDirectories="..\..\Common"
  70.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  71.                 StringPooling="TRUE"
  72.                 ExceptionHandling="FALSE"
  73.                 RuntimeLibrary="4"
  74.                 EnableFunctionLevelLinking="TRUE"
  75.                 UsePrecompiledHeader="3"
  76.                 PrecompiledHeaderThrough="dxstdafx.h"
  77.                 PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
  78.                 WarningLevel="3"
  79.                 Detect64BitPortabilityProblems="TRUE"
  80.                 DebugInformationFormat="3"/>
  81.             <Tool
  82.                 Name="VCCustomBuildTool"/>
  83.             <Tool
  84.                 Name="VCLinkerTool"
  85.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  86.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib"
  87.                 OutputFile="$(OutDir)/Text3D.exe"
  88.                 LinkIncremental="1"
  89.                 GenerateDebugInformation="TRUE"
  90.                 SubSystem="2"
  91.                 OptimizeReferences="2"
  92.                 EnableCOMDATFolding="2"
  93.                 TargetMachine="1"/>
  94.             <Tool
  95.                 Name="VCMIDLTool"/>
  96.             <Tool
  97.                 Name="VCPostBuildEventTool"/>
  98.             <Tool
  99.                 Name="VCPreBuildEventTool"/>
  100.             <Tool
  101.                 Name="VCPreLinkEventTool"/>
  102.             <Tool
  103.                 Name="VCResourceCompilerTool"/>
  104.             <Tool
  105.                 Name="VCWebServiceProxyGeneratorTool"/>
  106.             <Tool
  107.                 Name="VCWebDeploymentTool"/>
  108.         </Configuration>
  109.         <Configuration
  110.             Name="Profile|Win32"
  111.             OutputDirectory="Profile"
  112.             IntermediateDirectory="Profile"
  113.             ConfigurationType="1"
  114.             CharacterSet="1">
  115.             <Tool
  116.                 Name="VCCLCompilerTool"
  117.                 Optimization="2"
  118.                 InlineFunctionExpansion="1"
  119.                 OmitFramePointers="TRUE"
  120.                 AdditionalIncludeDirectories="..\..\Common"
  121.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;PROFILE"
  122.                 StringPooling="TRUE"
  123.                 ExceptionHandling="FALSE"
  124.                 RuntimeLibrary="4"
  125.                 EnableFunctionLevelLinking="TRUE"
  126.                 UsePrecompiledHeader="3"
  127.                 PrecompiledHeaderThrough="dxstdafx.h"
  128.                 PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
  129.                 WarningLevel="3"
  130.                 Detect64BitPortabilityProblems="TRUE"
  131.                 DebugInformationFormat="3"/>
  132.             <Tool
  133.                 Name="VCCustomBuildTool"/>
  134.             <Tool
  135.                 Name="VCLinkerTool"
  136.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  137.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib"
  138.                 OutputFile="$(OutDir)/Text3D.exe"
  139.                 LinkIncremental="1"
  140.                 GenerateDebugInformation="TRUE"
  141.                 SubSystem="2"
  142.                 OptimizeReferences="2"
  143.                 EnableCOMDATFolding="2"
  144.                 TargetMachine="1"/>
  145.             <Tool
  146.                 Name="VCMIDLTool"/>
  147.             <Tool
  148.                 Name="VCPostBuildEventTool"/>
  149.             <Tool
  150.                 Name="VCPreBuildEventTool"/>
  151.             <Tool
  152.                 Name="VCPreLinkEventTool"/>
  153.             <Tool
  154.                 Name="VCResourceCompilerTool"/>
  155.             <Tool
  156.                 Name="VCWebServiceProxyGeneratorTool"/>
  157.             <Tool
  158.                 Name="VCWebDeploymentTool"/>
  159.         </Configuration>
  160.     </Configurations>
  161.     <Files>
  162.         <Filter
  163.             Name="Resource Files"
  164.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  165.             <File
  166.                 RelativePath="Text3D.manifest">
  167.             </File>
  168.             <File
  169.                 RelativePath="Text3D.rc">
  170.             </File>
  171.             <File
  172.                 RelativePath="..\..\Common\directx.ico">
  173.             </File>
  174.             <File
  175.                 RelativePath="resource.h">
  176.             </File>
  177.         </Filter>
  178.         <Filter
  179.             Name="Common"
  180.             Filter="">
  181.             <File
  182.                 RelativePath="..\..\Common\dxstdafx.cpp">
  183.                 <FileConfiguration
  184.                     Name="Debug|Win32">
  185.                     <Tool
  186.                         Name="VCCLCompilerTool"
  187.                         UsePrecompiledHeader="1"/>
  188.                 </FileConfiguration>
  189.                 <FileConfiguration
  190.                     Name="Release|Win32">
  191.                     <Tool
  192.                         Name="VCCLCompilerTool"
  193.                         UsePrecompiledHeader="1"/>
  194.                 </FileConfiguration>
  195.                 <FileConfiguration
  196.                     Name="Profile|Win32">
  197.                     <Tool
  198.                         Name="VCCLCompilerTool"
  199.                         UsePrecompiledHeader="1"/>
  200.                 </FileConfiguration>
  201.             </File>
  202.             <File
  203.                 RelativePath="..\..\Common\dxstdafx.h">
  204.             </File>
  205.             <File
  206.                 RelativePath="..\..\Common\dxut.cpp">
  207.             </File>
  208.             <File
  209.                 RelativePath="..\..\Common\dxut.h">
  210.             </File>
  211.             <File
  212.                 RelativePath="..\..\Common\dxutenum.cpp">
  213.             </File>
  214.             <File
  215.                 RelativePath="..\..\Common\dxutenum.h">
  216.             </File>
  217.             <File
  218.                 RelativePath="..\..\Common\dxutgui.cpp">
  219.             </File>
  220.             <File
  221.                 RelativePath="..\..\Common\dxutgui.h">
  222.             </File>
  223.             <File
  224.                 RelativePath="..\..\Common\dxutmisc.cpp">
  225.             </File>
  226.             <File
  227.                 RelativePath="..\..\Common\dxutmisc.h">
  228.             </File>
  229.             <File
  230.                 RelativePath="..\..\Common\dxutsettingsdlg.cpp">
  231.             </File>
  232.             <File
  233.                 RelativePath="..\..\Common\dxutsettingsdlg.h">
  234.             </File>
  235.         </Filter>
  236.         <File
  237.             RelativePath="Text3D.cpp">
  238.             <FileConfiguration
  239.                 Name="Release|Win32">
  240.                 <Tool
  241.                     Name="VCCLCompilerTool"
  242.                     UsePrecompiledHeader="3"
  243.                     PrecompiledHeaderThrough="dxstdafx.h"/>
  244.             </FileConfiguration>
  245.             <FileConfiguration
  246.                 Name="Profile|Win32">
  247.                 <Tool
  248.                     Name="VCCLCompilerTool"
  249.                     UsePrecompiledHeader="3"
  250.                     PrecompiledHeaderThrough="dxstdafx.h"/>
  251.             </FileConfiguration>
  252.         </File>
  253.         <File
  254.             RelativePath="Text3D.fx">
  255.         </File>
  256.     </Files>
  257.     <Globals>
  258.     </Globals>
  259. </VisualStudioProject>
  260.